C1.DataCollection Assembly / C1.DataCollection Namespace / C1SpanDataCollection<T> Class
Members

C1SpanDataCollection<T> Class
This collection is a portion of another collection.
Syntax
Type Parameters
T
Remarks
The bounds of the collection are specified through the method Slice(int, int).
Inheritance Hierarchy

System.Object
   C1.DataCollection.C1DataCollectionBase<T>
      C1.DataCollection.C1WrapDataCollection<S,T>
         C1.DataCollection.C1WrapDataCollection<T>
            C1.DataCollection.C1SpanDataCollection<T>

See Also